Introduction to Quicktime for Java
QuickTime for Java presents the QuickTime 3 API as a set of Java
classes. These classes offer equivalent APIs for using QuickTime
functionality on both Mac OS and Windows. QuickTime for Java supports
the Mac OS Runtime for Java (MRJ) on Mac OS and the Sun JDK 1.1
on Windows NT and Windows 95. |
|
|
Technical Overview
The QuickTime Application Programming Interface (API) is implemented
in Java as a set of classes. These classes are grouped into a
set of packages, on the basis of common functionality, common
usage, and their organization in the standard QuickTime header
files. It provides both an object model for the QuickTime API
and a logical translation or binding of the native function calls
into Java method calls. |
|